<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!doctype html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset="utf-8"&gt;
&lt;title&gt;é”™è¯¯æç¤º&lt;/title&gt;
&lt;link href="__PUBLICCSS__/style.css" rel="stylesheet" type="text/css"&gt;
&lt;style&gt;
body{

	color:#555;
	font:normal 14px/1.5 tahoma,"Microsoft YaHei", Simsun, "Arial Unicode MS",Mingliu,Arial,Helvetica;
	-webkit-font-smoothing: antialiased;
	
}

.error{ border:#1d5e84 1px solid; width:700px; height:300px; margin:0 auto; margin-top:200px; padding:50px 0; background:url(/Public/images/error.jpg) no-repeat center 50px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.error span{ line-height:50px; display:block; text-align:center;}
.error .span1{ font-size:16px;padding-top:120px; font-weight:bold;}
.error .span2{ color:#8c8c8c; font-weight:bold;}
.error .span3{ font-weight:bold;}
.error .span3 a{ background:#1d5e84; width:80px; height:35px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; display:inline-block; color:#fff; text-align:center; line-height:35px; text-decoration:none;}


&lt;/style&gt;

&lt;/head&gt;

&lt;body&gt;
&lt;div class="error"&gt;
	&lt;span class="span1"&gt;qqkfä¸å­˜åœ¨&lt;/span&gt;
    &lt;span class="span3"&gt;&lt;b id="wait"&gt;3&lt;/b&gt;ç§’åŽè¿”å›ž æˆ–è€…ç‚¹å‡»&amp;nbsp;&amp;nbsp;&lt;a id="href" href="javascript:history.back(-1);"&gt;è¿”å›ž&lt;/a&gt;
    	
    &lt;/span&gt;
&lt;/div&gt;
&lt;script type="text/javascript"&gt;
(function(){
var wait = document.getElementById('wait'),href = document.getElementById('href').href;
var interval = setInterval(function(){
	var time = --wait.innerHTML;
	if(time &lt;= 0) {
		location.href = href;
		clearInterval(interval);
	};
}, 1000);
})();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;</pre></body></html>